home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMEFFECT / TFORMEFFECT.txt
Encoding:
Text File  |  2002-10-07  |  6.8 KB  |  339 lines

  1. object FormEffect: TFormEffect
  2.   Left = 258
  3.   Top = 123
  4.   BorderStyle = bsDialog
  5.   Caption = 'Effects'
  6.   ClientHeight = 367
  7.   ClientWidth = 593
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object PageControl: TPageControl
  18.     Left = 388
  19.     Top = 160
  20.     Width = 193
  21.     Height = 149
  22.     ActivePage = TabButton
  23.     TabOrder = 0
  24.     TabPosition = tpBottom
  25.     Visible = False
  26.     object TabNoise: TTabSheet
  27.       Caption = 'Noise'
  28.       ImageIndex = 1
  29.       TabVisible = False
  30.       object LabelAmount: TLabel
  31.         Left = 8
  32.         Top = 4
  33.         Width = 41
  34.         Height = 12
  35.         Caption = 'Amount:'
  36.       end
  37.       object LabelNoise: TLabel
  38.         Left = 56
  39.         Top = 4
  40.         Width = 4
  41.         Height = 12
  42.       end
  43.       object NoiseAmount: TScrollBar
  44.         Left = 8
  45.         Top = 20
  46.         Width = 166
  47.         Height = 16
  48.         Ctl3D = False
  49.         LargeChange = 10
  50.         Max = 255
  51.         Min = 1
  52.         PageSize = 0
  53.         ParentCtl3D = False
  54.         Position = 1
  55.         TabOrder = 0
  56.         OnChange = NoiseAmountChange
  57.       end
  58.     end
  59.     object TabMosaic: TTabSheet
  60.       Caption = 'Mosaic'
  61.       ImageIndex = 2
  62.       TabVisible = False
  63.       object LabelMosaicX: TLabel
  64.         Left = 4
  65.         Top = 8
  66.         Width = 9
  67.         Height = 12
  68.         Caption = 'X:'
  69.       end
  70.       object LabelMosaicY: TLabel
  71.         Left = 4
  72.         Top = 32
  73.         Width = 9
  74.         Height = 12
  75.         Caption = 'Y:'
  76.       end
  77.       object MosaicX: TScrollBar
  78.         Left = 44
  79.         Top = 6
  80.         Width = 133
  81.         Height = 16
  82.         LargeChange = 10
  83.         Min = 2
  84.         PageSize = 0
  85.         Position = 2
  86.         TabOrder = 0
  87.         OnChange = MosaicXChange
  88.       end
  89.       object MosaicY: TScrollBar
  90.         Left = 44
  91.         Top = 30
  92.         Width = 133
  93.         Height = 16
  94.         LargeChange = 10
  95.         Min = 2
  96.         PageSize = 0
  97.         Position = 2
  98.         TabOrder = 1
  99.         OnChange = MosaicXChange
  100.       end
  101.       object CheckSync: TCheckBox
  102.         Left = 28
  103.         Top = 54
  104.         Width = 97
  105.         Height = 17
  106.         Caption = 'Synchronize'
  107.         Checked = True
  108.         State = cbChecked
  109.         TabOrder = 2
  110.       end
  111.     end
  112.     object TabLight: TTabSheet
  113.       Caption = 'Light'
  114.       ImageIndex = 2
  115.       TabVisible = False
  116.       object LabelLightX: TLabel
  117.         Left = 4
  118.         Top = 8
  119.         Width = 9
  120.         Height = 12
  121.         Caption = 'X:'
  122.       end
  123.       object LabelLightY: TLabel
  124.         Left = 4
  125.         Top = 32
  126.         Width = 9
  127.         Height = 12
  128.         Caption = 'Y:'
  129.       end
  130.       object LabelLightSize: TLabel
  131.         Left = 4
  132.         Top = 58
  133.         Width = 23
  134.         Height = 12
  135.         Caption = 'Size:'
  136.       end
  137.       object Shape: TShape
  138.         Left = 56
  139.         Top = 96
  140.         Width = 53
  141.         Height = 21
  142.         Cursor = crHandPoint
  143.         OnMouseDown = ShapeMouseDown
  144.       end
  145.       object LabelColor: TLabel
  146.         Left = 4
  147.         Top = 100
  148.         Width = 29
  149.         Height = 12
  150.         Caption = 'Color:'
  151.       end
  152.       object LabelLightSizeVal: TLabel
  153.         Left = 56
  154.         Top = 76
  155.         Width = 4
  156.         Height = 12
  157.       end
  158.       object ScrollLightX: TScrollBar
  159.         Left = 56
  160.         Top = 6
  161.         Width = 121
  162.         Height = 16
  163.         LargeChange = 10
  164.         PageSize = 0
  165.         TabOrder = 0
  166.         OnChange = ScrollLightXChange
  167.       end
  168.       object ScrollLightY: TScrollBar
  169.         Left = 56
  170.         Top = 30
  171.         Width = 121
  172.         Height = 16
  173.         LargeChange = 10
  174.         PageSize = 0
  175.         TabOrder = 1
  176.         OnChange = ScrollLightXChange
  177.       end
  178.       object ScrollLightSize: TScrollBar
  179.         Left = 56
  180.         Top = 58
  181.         Width = 121
  182.         Height = 16
  183.         LargeChange = 10
  184.         Min = 1
  185.         PageSize = 0
  186.         Position = 100
  187.         TabOrder = 2
  188.         OnChange = ScrollLightXChange
  189.       end
  190.     end
  191.     object TabButton: TTabSheet
  192.       Caption = 'Buttonize'
  193.       ImageIndex = 3
  194.       TabVisible = False
  195.       object LabelBorder: TLabel
  196.         Left = 8
  197.         Top = 4
  198.         Width = 34
  199.         Height = 12
  200.         Caption = 'Border'
  201.       end
  202.       object LabelBorderVal: TLabel
  203.         Left = 56
  204.         Top = 4
  205.         Width = 4
  206.         Height = 12
  207.       end
  208.       object LabelDepth: TLabel
  209.         Left = 8
  210.         Top = 44
  211.         Width = 30
  212.         Height = 12
  213.         Caption = 'Depth'
  214.       end
  215.       object LabelDepthVal: TLabel
  216.         Left = 56
  217.         Top = 44
  218.         Width = 4
  219.         Height = 12
  220.       end
  221.       object ScrollBorder: TScrollBar
  222.         Left = 8
  223.         Top = 20
  224.         Width = 166
  225.         Height = 16
  226.         Ctl3D = False
  227.         LargeChange = 10
  228.         Max = 255
  229.         Min = 1
  230.         PageSize = 0
  231.         ParentCtl3D = False
  232.         Position = 10
  233.         TabOrder = 0
  234.         OnChange = ScrollBorderChange
  235.       end
  236.       object ScrollDepth: TScrollBar
  237.         Left = 8
  238.         Top = 60
  239.         Width = 166
  240.         Height = 16
  241.         Ctl3D = False
  242.         LargeChange = 10
  243.         Min = 1
  244.         PageSize = 0
  245.         ParentCtl3D = False
  246.         Position = 50
  247.         TabOrder = 1
  248.         OnChange = ScrollBorderChange
  249.       end
  250.       object CheckPush: TCheckBox
  251.         Left = 8
  252.         Top = 88
  253.         Width = 97
  254.         Height = 17
  255.         Caption = 'Pressed'
  256.         TabOrder = 2
  257.         OnClick = ScrollBorderChange
  258.       end
  259.     end
  260.   end
  261.   object btnOk: TButton
  262.     Left = 432
  263.     Top = 326
  264.     Width = 75
  265.     Height = 25
  266.     Caption = 'OK'
  267.     Default = True
  268.     ModalResult = 1
  269.     TabOrder = 1
  270.   end
  271.   object btnCancel: TButton
  272.     Left = 512
  273.     Top = 326
  274.     Width = 75
  275.     Height = 25
  276.     Cancel = True
  277.     Caption = 'Cancel'
  278.     ModalResult = 2
  279.     TabOrder = 2
  280.   end
  281.   object ListBox: TListBox
  282.     Left = 388
  283.     Top = 12
  284.     Width = 193
  285.     Height = 117
  286.     ItemHeight = 12
  287.     Items.Strings = (
  288.       '(Original)'
  289.       'Blur'
  290.       'Blur More'
  291.       'Sharpen'
  292.       'Sharpen More'
  293.       'Noise'
  294.       'Mosaic'
  295.       'Find Edges'
  296.       'Find Edges2'
  297.       'Emboss'
  298.       'Emboss More'
  299.       'Light'
  300.       'Spotlight'
  301.       'Buttonize')
  302.     TabOrder = 3
  303.     OnClick = ListBoxClick
  304.   end
  305.   object Panel: TPanel
  306.     Left = 12
  307.     Top = 12
  308.     Width = 365
  309.     Height = 341
  310.     BevelOuter = bvNone
  311.     TabOrder = 4
  312.     object PaintBox: TPaintBox
  313.       Left = 0
  314.       Top = 0
  315.       Width = 365
  316.       Height = 341
  317.       Cursor = 6
  318.       OnMouseDown = PaintBoxMouseDown
  319.       OnMouseMove = PaintBoxMouseMove
  320.       OnMouseUp = PaintBoxMouseUp
  321.       OnPaint = PaintBoxPaint
  322.     end
  323.   end
  324.   object Progress: TProgressBar
  325.     Left = 388
  326.     Top = 136
  327.     Width = 193
  328.     Height = 16
  329.     Min = 0
  330.     Max = 100
  331.     TabOrder = 5
  332.   end
  333.   object ColorDialog: TColorDialog
  334.     Ctl3D = True
  335.     Left = 528
  336.     Top = 254
  337.   end
  338. end
  339.